home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_1 / ast44pl3.ads < prev    next >
Text File  |  1995-07-05  |  9KB  |  232 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    Amiga port of Astrolog (Version 4.40)
  21. Author:   astara@u.washington.edu (Walter D. "Cruiser1" Pullen)
  22. Uploader: tf@antares.ping.de (Tobias Ferber)
  23. Type:     misc/sci
  24. Replaces: misc/sci/ast44pl2.lha
  25.  
  26. Note: The patchlevel (pl) is valid for Amiga versions of Astrolog only!
  27.  
  28. ******************************************************************************
  29. * ABSTRACT
  30. ******************************************************************************
  31.  
  32. Astrolog version 4.40 is a powerful, customizable, and platform independent
  33. astrology chart calculation program, used in 20+ countries on six continents.
  34. It is 100% freeware and requires no registration fee.  :) The complete source
  35. code is available.  Astrolog features:  wheels, aspects, midpoints,
  36. relationship charts, transits, progressions, some interpretations,
  37. astro-graphy, local horizon, constellations, planet orbits, dispositors,
  38. various influence charts, biorhythms, different zodiacs, central planets, 13
  39. house systems, 8400 year ephemeris, asteroids, Uranians, fixed stars, Arabic
  40. parts, script files and macros, PC screen graphics, X11 Windows graphics,
  41. smooth animation of charts, graphic files in PostScript, Windows metafile, and
  42. bitmap formats, and more!
  43.  
  44. ******************************************************************************
  45. * INSTALLATION
  46. ******************************************************************************
  47.  
  48. Read the "Distfile" for details about the files in this archive.  Copy the
  49. executable (astrolog.000 or astrolog.030 respectively) somewhere into your
  50. path and rename it to "astrolog".  Copy the config file "astrolog.dat" into
  51. the same directory as where you put the executable.  Make sure that your
  52. stack size is set to at least 10240 bytes:
  53.  
  54.   stack 10240
  55.  
  56. Now try out:
  57.  
  58.   astrolog -n -X
  59.  
  60. (... and press `q' to quit)
  61.  
  62. You might also want to play around with the default graphics resolution in
  63. the file "astrolog.dat" (line 146).  I use
  64.  
  65. :Xw 554 554
  66.  
  67. --> Read the file HELPFILE.440!
  68.  
  69. ******************************************************************************
  70. * FREQUENYLY ASKED QUESTIONS (FAQ)
  71. ******************************************************************************
  72.  
  73. Q: I changed astrolog.dat and configured my default longitude and latitude
  74.    via `-zl', set the default time zone via `-z' and the DST via `-z0' but
  75.    Astrolog still keeps using the wrong time when calling it via `-n' or
  76.    `-i now'.  Why?
  77.  
  78. A: Astrolog expects your system clock to be set to GMT (which is correct for
  79.    unix systems and thus a feature, not a bug :-).  However on PC and Amiga
  80.    systems the internal clock is set to LMT and so Astrolog gets the "wrong"
  81.    time.
  82.  
  83.    A localized Amiga Workbench allows setting the time zone via the Locale
  84.    prefs.  However, locale.library does not support DST yet (version 40.4).
  85.    Since the Amiga port of Astrolog knows about locale.library it will try
  86.    to get the time zone from your Locale prefs but for said reason this will
  87.    be false if DST is in effect (or if you don't have a localized WB).
  88.  
  89.    This is why Astrolog preferably uses ENV:GMTOFF to convert your system
  90.    time to GMT.  The environment variable GMTOFF holds the number of seconds
  91.    which your system time differs from GMT.
  92.  
  93.    Example:
  94.  
  95.    (!)  I live in Germany and we have CET, which is +1h from GMT.  Currently
  96.         DST is in effect, so we are actually +2h from GMT.  Solution:
  97.  
  98.           SetEnv GMTOFF `eval (1+1)*60*60`
  99.           Copy ENV:GMTOFF ENVARC:
  100.  
  101.  
  102. Q: ... Oh! what a superb GUI ...
  103.  
  104. A: Yes, a MUI GUI (c: is under development.
  105.  
  106.  
  107. Q: Is there any documentation besides "Helpfile.440" ?
  108.  
  109. A: Not yet.  However, an AmigaGuide(R) version of Helpfile.440 will be
  110.    available with one of the next patch level releases.
  111.  
  112. ******************************************************************************
  113. * CHANGES SINCE AST44PL2.LHA
  114. ******************************************************************************
  115.  
  116. o  Double buffered animations are now implemented!
  117.  
  118. o  When pressing 'H', '?' or 'v' in graphics mode then the help page and/or
  119.    the chart listing is printed onto the graphics screen now instead of the
  120.    console window.
  121.  
  122. o  The `-k' extends the charset which lead to problems with Astrolog's
  123.    internal vector font.  We now ignore the `-k' switch in graphics mode.
  124.    (I actually abused the `-k' switch in graphics mode to offer an alternate 
  125.    EGA palette which is slightly brighter than the default palette.)
  126.  
  127. o  An experimental interaction page has been provided in graphic mode.
  128.    It can be reached via TAB if animation mode is off.
  129.  
  130. o  Large parts of Astrolog have been revised and some new generic functions
  131.    have been provided which lead to faster and better readable code... (-:
  132.  
  133. ******************************************************************************
  134. * CHANGES SINCE AST44PL1.LHA
  135. ******************************************************************************
  136.  
  137. o  Astrolog now processes mouse events and allows keyboard input from the
  138.    chart window now instead of from the console window.  (xscreen.c)
  139.    This also means that the ^C signal is checked and can be used to quit
  140.    Astrolog.
  141.  
  142. o  Fixed a bug in the bitmap saving routine which made it impossible to save
  143.    the Astrolog output to a file.
  144.  
  145. o  In contrast to other systems, the Amiga system clock knows local mean time
  146.    (LMT) only.  This lead to problems with the `-n' or `-i now' option.
  147.  
  148.    Astrolog now tries to obtain the local offset from Greenwich Mean Time via
  149.    the locale.library (V38+).  If for any reason you want to overwrite the
  150.    offset obtained from there or if you don't have V38 or better then you can
  151.    set the environment variable `GMTOFF' to the offset from GMT in seconds.
  152.    (Positive values indicating East of Greenwich.)
  153.  
  154.    Note:  The locale library actually (V40.4) does *not* support Daylight
  155.           Savings Time.  You might therefore need GMTOFF even if you have
  156.           locale when DST is in effect (-z0 1).
  157.  
  158.    (Problem reported by John Blyth,john.blyth@edserv.monash.edu.au)
  159.  
  160. o  Astrolog.000 contained MC86020 or '030 code.  It crashed on MC68000 Amigas.
  161.    This is actually a problem of gcc-2.6.3.  However, I finally managed to
  162.    compile astrolog via DCC 2.07.56R (11.6.93).
  163.  
  164.    (Reported by Ian Forster,ifor@fastnet.co.uk)
  165.  
  166. o  Astrolog used to "forget" the former X/Y resolution when switching to
  167.    certain chart types, like the world map and aspect grids which must
  168.    always be at a certain size.  This is however a non-amiga-specific
  169.    astrolog problem which has been fixed using a quick hack.
  170.  
  171.    (Bug reported by Robin Reynolds,astarte@solar.sky.net)
  172.  
  173. ******************************************************************************
  174. * CHANGES SINCE ASTROLOG-4.40.LHA
  175. ******************************************************************************
  176.  
  177. o  Fixed the wrong graphics.library LVO of DrawEllipse()
  178.    (Bug reported by Michal Kara,lemming@k332.feld.cvut.cz)
  179.  
  180. ******************************************************************************
  181. * CHANGES IN THE SOURCE CODE OF AST44SRC.ZIP
  182. ******************************************************************************
  183.  
  184. astrolog.h line 1167 & extern.h line 127:
  185.  
  186. #ifdef PI
  187. #undef PI
  188. #endif /*PI*/
  189.  
  190. astrolog.c: return type of main() changed from `void' to `int'
  191.  
  192. data.c:115: initializer element is not constant
  193.  
  194.     FILE *S = stdout;  /* initialization moved to main() */
  195.  
  196.  
  197. general.c:652:  sign = (int)floor(deg / 30.0);
  198.                             ^^^^^
  199.     otherwise the degree value 'd' might become negative
  200.  
  201.  
  202. general.c:663:  d = (int)floor(deg / 15.0);
  203.                          ^^^^^
  204.     otherwise the minutes value 'm' might become negative
  205.  
  206. ----
  207.  
  208. astrolog.h
  209.     Added some fields to struct gi and some #includes and prototypes
  210.         for the AMIGA.   Changed the default input search path to "PROGDIR:"
  211.  
  212. xgeneral.c
  213. xscreen.c
  214.     Implementation of Amiga graphic support.  See #ifdef AMIGA for
  215.     the relevant parts.  Some changes had to be made because of the
  216.     #else clauses which expected everything which was not X11 to be
  217.     PCG.
  218.  
  219. ellipse.s
  220.     Here we call LVO_DrawEllipse() via GfxBase.  We need this because
  221.     Astrolog's ellipse routine is called DrawEllipse() as well.
  222.         This file is needed on Amiga *only*.
  223.  
  224. io.c
  225.     ':' has been introduced as a legal path seperator like '/'.
  226.     Astrolog first attempts to read `astrolog.dat' from the current
  227.     directory (as usual) but then (if that fails) it looks in it's
  228.     own directory `PROGDIR:astrolog.dat'.
  229.  
  230. amiga.c
  231.     Routines to initialize and close Amiga graphics.
  232.